VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateTable<T> Class / CellTemplate Property
Синтаксис Требования Смотрите также
В этом разделе
    CellTemplate Свойство (FormFieldTemplateTable<T>)
    В этом разделе
    Возвращает или задает шаблон для ячейки таблицы.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A template for a table cell.")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    Public Property CellTemplate As T
    
    
    [Description("A template for a table cell.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public T CellTemplate { get; set; }
    
    
    [Description("A template for a table cell.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public: __property T* get_CellTemplate();
    public: __property void set_CellTemplate(
    T* value
    );
    [Description("A template for a table cell.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public:
    property T^ CellTemplate { T^ get(); void set(T^ value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также